's profiles
-
{#each data.profiles ?? [] as profile}
-
{profile.name}
{#if (profile.members?.length ?? 0) > 1}
{#each profile.members?.filter(m => !m.left) ?? [] as player}
{/each} {#each profile.members?.filter(m => m.left) ?? [] as player} {/each} {:else} Solo {/if}
{/each}